immutable class TUP{T1} < $HASH, $STR


Flattened version is here

Ancestors
$STR $HASH $IS_EQ COMPARE{_}



Public


Readable Attributes
attr t1:T1;

Writable Attributes
attr t1:T1;

Features
create(at1:T1):SAME
hash:INT
**** A simple hash value computed from the hash values of the component. For this to work, this must either be a value type which defines a hash value or a reference type.
is_eq(e:SAME):BOOL
**** True if the component of self and `e' are equal.
str: STR

The Sather Home Page